{% include 'structure/header.html' %} {% if callback %} {% endif %}

Sender Select

Select the person you want to request the money from

{% for user in users %} {% endfor %}
Username Balance
{{ user.username }} {{ user.balance }} $
{% include 'structure/footer.html' %}